CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Python 深度学习

搜索资源列表

  1. fcn.berkeleyvision.org

    0下载:
  2. 图像识别、深度学习。 语言用的是python 2.x ,里面有训练好的模型,在文件夹里都有给出地址,可以直接去下载。也有一个很大的图片包,里面有很多图片,可以直接拿来作为素材用。也可以自己给图片制作数据标签,训练自己的模型。(image recognition deep learning The language used is Python 2.x, and there are training models, which are given in the folder, which c
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:
    • 文件大小:244736
    • 提供者:miffi
  1. python标准库 中文版 文字版

    1下载:
  2. python 标准库,参考书,机器学习,深度学习,人工智能必备(Python standard library, reference books, machine learning, depth learning, artificial intelligence essential)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-12
    • 文件大小:1119872
    • 提供者:你好军
  1. TensorFlow实战_黄文坚(完整)

    1下载:
  2. 教会你如何通过Python语言实现TensorFlow框架,作为一个深度学习的初学者,想要接触TensorFlow框架的初学者,是非常好的学习资料。(Teach you how to implement TensorFlow framework through the Python language, depth of learning as a beginner, want to contact TensorFlow framework of beginners, is a very good
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-22
    • 文件大小:90827776
    • 提供者:lalalano
  1. real_time_object_detection

    0下载:
  2. 深度学习 + OpenCV,Python实现实时视频目标检测(We learned how to use deep learning + OpenCV + video stream to perform real-time object detection)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:大范甘迪
  1. TensorFlow 官方文档中文版 - v1.2

    1下载:
  2. tensorflow官方文档中文版,方便用python学习该深度学习框架(The Chinese version of the official document of tensorflow is convenient for learning the deep learning framework with Python)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:6256640
    • 提供者:小奋
  1. assignment1

    1下载:
  2. 吴恩达深度学习 第二课第一周python 作业 附答案(sdfsdfdscsdvdsvdscdcs)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:10017792
    • 提供者:fondas
  1. dbn

    0下载:
  2. 本程序是用python写的一个深度学习程序,该程序基于限制性玻尔兹曼机实现了深度信念网络。(This procedure is a deep learning program written in python, the program based on the limited Boltzmann machine to achieve a depth of faith network.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:我是谁谁
  1. 新建文件夹 (2)

    1下载:
  2. 本程序是用python写的一个深度学习程序,该程序实现了卷积神经网络(This procedure is written in python with a deep learning program, the program achieved a convolution neural network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:我是谁谁
  1. Deep Learning with Python-Manning

    0下载:
  2. 深入学习Python介绍领域的深入学习使用Python语言和强大的Keras图书馆。通过keras创造者和谷歌人工智能研究者弗兰?ois Chollet写的,这本书让你了解通过直观的解释和实例。您将探索具有挑战性的概念和实践与计算机视觉,自然语言处理和生成模型的应用程序。当你完成学业的时候,你将具备在自己的项目中应用深度学习的知识和动手能力。(Deep Learning with Python introduces the field of deep learning using the Pyt
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:5784576
    • 提供者:mxyzptlk
  1. ABAQUS+Python配书资源

    3下载:
  2. 示例程序,abaqus的二次开发,使用Python语言,适合深度学习(Example program, the two development of ABAQUS, using the Python language, suitable for deep learning)
  3. 所属分类:界面编程

    • 发布日期:2018-04-28
    • 文件大小:4805632
    • 提供者:多舒服
  1. Python Deep Learning - Valentino Zocca

    0下载:
  2. Take your machine learning skills to the next level by mastering Deep Learning concepts and algorithms using Python.
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:4762624
    • 提供者:wln522
  1. 万门大学强化学习算法代码RW模型+TD模型

    1下载:
  2. 万门大学,强化学习,rw模型算法代码实现, V(CS) = V(CS) + A * ( V(US) * us - V(CS) * cs ) td模型, V(s{t}) = V(s{t}) + a[R(t+1) + rV{S(t+1)} - V{S(t)}](In the intensive learning of the University of Wan men, the RW algorithm, the python implementation, the algorithm f
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:lilin123
  1. 万门大学强化学习GridEvalu模型GridPolicy模型

    1下载:
  2. 万门大学,强化学习,Grid_world_evaluation模型算法代码实现, V(S) = V(S) + A * ( R(S) + r*V(new_S) - V(S) ) Grid_world_Policy模型, P(S) = P(S) + A * ( R(S) + r*P(new_S) - P(S) )(In the intensive learning of the University of Wan men, the Grid_world_evaluation algo
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:lilin123
  1. Tools-master

    1下载:
  2. 制作训练数据的python文件,用于深度学习的训练(Python file for making training data)
  3. 所属分类:其他

    • 发布日期:2018-08-03
    • 文件大小:23552
    • 提供者:yamadasan
  1. chapter_1

    1下载:
  2. tensorflow+python,21个项目玩转深度学习第一章的代码(tensorflow+python 21 projects based on tensorflow and python)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-08-03
    • 文件大小:6144
    • 提供者:liner12
  1. Deep Learning with Python(Fran?ois Chollet)

    1下载:
  2. 深度学习入门教程;使用python一步步教你走向大神之路(use python language to learn deeplearning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-08-03
    • 文件大小:13908992
    • 提供者:qianrnerui
  1. Deep Learning with Python

    1下载:
  2. 本书由Keras之父、现任Google人工智能研究员的弗朗索瓦?肖莱(Fran?ois Chollet)执笔,详尽介绍了用Python和Keras进行深度学习的探索实践,涉及计算机视觉、自然语言处理、生成式模型等应用。书中包含30多个代码示例,步骤讲解详细透彻。由于本书立足于人工智能的可达性和大众化,读者无须具备机器学习相关背景知识即可展开阅读。在学习完本书后,读者将具备搭建自己的深度学习环境、建立图像识别模型、生成图像和文字等能力。(Deep Learning with Python intr
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-09-24
    • 文件大小:7308288
    • 提供者:mouth
  1. Caffe-Python-Tutorial-master

    1下载:
  2. 深度学习下的卷积神经网络 剪枝算法 CNN(Deep learning Prune for CNN Deep learning Prune for CNN)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-12-11
    • 文件大小:16384
    • 提供者:m_12
  1. DeepLearning_tutorials-master

    1下载:
  2. 深度学习工具包,内含多种CNN 算法,实验采用PYTHON为主要编程语言(The deep learning toolkit contains many CNN algorithms. PYTHON is used as the main programming language in the experiment.)
  3. 所属分类:Windows编程

    • 发布日期:2019-06-22
    • 文件大小:11880448
    • 提供者:cheries
  1. 深度学习入门之PyTorch

    4下载:
  2. 学习pytorch基础一本好书,中文,简单易懂,值得入手(Learning Pytorch basic is a good book, Chinese, simple and easy to understand, it is worth starting with.)
  3. 所属分类:其他

    • 发布日期:2019-08-07
    • 文件大小:28797952
    • 提供者:dewen24
« 1 23 4 5 6 »
搜珍网 www.dssz.com